Release 10.1A: OpenEdge Data Management:
SQL Reference
SQLIStatement.makeNULL
Sets the value of an SQL statement’s input parameter to
NULL. This method is common to theSQLCursor,SQLIStatement, andSQLPStatementclasses. This method is redundant with using thesetParammethod to set an SQL statement’s input parameter toNULL.Format
public void makeNULL(intf)Returns
None
Parameters
fAn integer that specifies which input parameter of the SQL statement string to set to
NULL.1denotes the first input parameter in the statement,2denotes the second,ndenotes thenth.Throws
Example
DhSQLExceptionThis code fragment illustrates the
makeNULLmethod:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |